@import url(https://db.onlinewebfonts.com/c/0b7d8a39b62b28cf0cfe3cea90b8baa3?family=Gabriel+Weiss%27+Friends+Font);

body{
    background-color: black;
    font-family: "Gabriel Weiss' Friends Font";
}
#theme{
    display: none;
}

.lightheader{
    height: 110px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.textBox{
    text-align: center;
    margin: auto;
    color: white;
    width: 100%;
    height: 90px;
    border: black 10px solid;
    margin-top: 10px;
    font-size: 5.6rem;
    line-height: 33px;
    margin-bottom: 120px;
}


.button{
    font-family: "Gabriel Weiss' Friends Font";
    height: 120px;
    width: 350px;
    margin-top: 180px;
    font-size: 1.9rem;
    border-radius: 127px;
    border: 8px solid white;
    background-color: white;
    color: black;
    text-align: center;
    transition: all 0.5s ease;
}

.button:hover{
    width: 400px;
    height: 170px;
    background-color: black;
    border: 17px solid white;
    color: white;
}

.buttonBox{
    margin: auto;
    margin-top: 20px;
    margin-bottom: 300px;
    height: 120px;
    width: 1300px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}